projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a3296f5
)
* config.guess: Recognize HP model 816 machines as having
author
Jeff Law
<law@redhat.com>
Mon, 4 Dec 1995 18:22:22 +0000
(18:22 +0000)
committer
Jeff Law
<law@redhat.com>
Mon, 4 Dec 1995 18:22:22 +0000
(18:22 +0000)
a PA1.1 processor.
config.guess
patch
|
blob
|
history
diff --git
a/config.guess
b/config.guess
index 1948c5398b4875a40841b29ef3544272c18c8543..93b974da4c679fb28b6e87c920bdae6a2080861e 100755
(executable)
--- a/
config.guess
+++ b/
config.guess
@@
-219,7
+219,7
@@
EOF
case "${UNAME_MACHINE}" in
9000/31? ) HP_ARCH=m68000 ;;
9000/[34]?? ) HP_ARCH=m68k ;;
- 9000/7?? | 9000/8?[79] ) HP_ARCH=hppa1.1 ;;
+ 9000/7?? | 9000/8?[
6
79] ) HP_ARCH=hppa1.1 ;;
9000/8?? ) HP_ARCH=hppa1.0 ;;
esac
HPUX_REV=`echo ${UNAME_RELEASE}|sed -e 's/[^.]*.[0B]*//'`